home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Programming / LEDA / README.amiga < prev    next >
Text File  |  1994-11-16  |  709b  |  30 lines

  1.  
  2.                                   LEDA
  3.  
  4.              A Library of Efficient Data Types and Algorithms
  5.  
  6.  
  7.  
  8. Amiga generic version, SHOULD work on any Amiga.
  9. ------^^^^^^^--------
  10.  
  11.  
  12. The linker-libs for gcc can be found in the drawer LEDA.generic.
  13.  
  14.         *******************************************
  15. As always:    * No warranties! Use it at your own risk! *
  16.         *******************************************
  17.  
  18. Gerhard Leibrock, November 1994
  19.  
  20.  
  21. WARNING:
  22. -------
  23.  
  24. In the function used_time (src/basic/_basic.c, line 209), I set HZ to 50,
  25. because g++ didn't find this value. If you are using an NTSC amiga, the
  26. function used_time() may not work, as it is expected to. This bug/feature
  27. only exists in the amiga version.
  28.  
  29.     Gerhard
  30.